home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / docs / mini / Reading-List < prev    next >
Text File  |  1996-02-24  |  15KB  |  357 lines

  1. The Linux Bibliography
  2. By Jim Haynes <haynes@cats.ucsc.edu>
  3.  
  4. The following is not meant to be a comprehensive Unix
  5. bibliography.  For that, see the Unix book list posted periodically
  6. to misc.books.technical and to several comp.unix newsgroups.  This
  7. list is meant to be supplemental, containing items of special interest
  8. and importance for Linux workers (or 386BSD people - whatever turns you on).
  9.  
  10. Comments not in quotes below are mine.  Comments sent in by others are
  11. in quotes, and have the name of the commentor in square brackets.
  12. [except when they don't.  Some comments in quotes are from the publisher's
  13. catalog.]
  14.  
  15. Please send additions, corrections, and comments to haynes@cats.ucsc.edu.
  16. Jim Haynes, Computer Center, University of California, Santa Cruz, CA  95064
  17.  
  18.  
  19. I. Hardware
  20.  
  21.    Upgrading and Repairing PCs; Mueller, Scott; Que Corp.; ISBN 0-88022-856-3;
  22.    1298pp; 1992; $34.95 (USA).  This is a book I bought when I was struggling
  23.    with an AT-clone.  It is best on XTs and ATs and IBM PS/2s.  Still, there
  24.    is a wealth of information common to all models.  EISA and VESA are
  25.    mentioned only in the glossary.
  26.  
  27.    80386 Hardware Reference Manual; Intel Corp.; ISBN 1-55512-024-5; ?pp.;
  28.    1986; $?.  Pin connections, timing, waveforms, block diagrams, voltages,
  29.    all that kind of stuff.
  30.  
  31.    The Indispensable PC Hardware Book; Messmer, Hans-Peter; Addison-
  32.    Wesley; ISBN 0-201-62424-9; 1000 pp; 1993.  Covers the more recent
  33.    stuff like EIDE and PCI.
  34.  
  35. II. Processor architecture and programming
  36.  
  37.     80386 Programmer's Reference Manual; Intel Corp.; ISBN 1-55512-022-9;
  38.     ?pp.; 1986; $?.  Part I. Applications Programming, data types, memory
  39.     model, instruction set.  Part II. Systems Programming, architecture,
  40.     memory management, protection, multitasking, I/O, exceptions and
  41.     interrupts, initialization, coprocessing and multiprocessing. Part III.
  42.     Compatibility (with earlier x86 machines).  Part IV. Instruction Set.
  43.  
  44.     80386 System Software Writer's Guide; Intel Corp.; ISBN 1-55512-023-7;
  45.     ?pp.; 1987; $?.  This explains the 386 features for operating system
  46.     writers.  It includes a chapter on Unix implementation.  A lot of the
  47.     80386 architecture seems to have been designed with Multics in mind;
  48.     the features are not used by DOS or by Unix.
  49.  
  50.     Programming the 80386; Crawford, John H., and Gelsinger, Patrick P.;
  51.     Sybex; ISBN 0-89588-381-3; 774pp.; $26.95 (USA).  This is the book the
  52.     Jolitzes used when they ported BSD to the 386 architecture.
  53.  
  54.     Pentium Processor User's Manual: Volume 3, Architecture and Programming
  55.     Manual; Intel Corp.; ISBN 1-55512-195-0; ?pp.; 1993; $?.  Pretty much
  56.     the Pentium version of the 80386 Programmer's manual listed above.
  57.  
  58.  
  59. III. Unix Kernel Implementation
  60.  
  61.      The Design of the Unix Operating System; Bach, Maurice J.; Prentice-
  62.      Hall; ISBN 0-13-201799-7; 470pp.; $60 (USA).  The book that got Linus
  63.      started.
  64.  
  65.      The Design and Implementation of the 4.3BSD Unix Operating System;
  66.      Leffler, Samuel J., McKusick, Marshall Kirk, Karels, Michael J., and
  67.      Quarterman, John S.; Addison-Wesley; ISBN 0-201-06196-1; 471 pp.;
  68.      1989, 1990; $44.95 (USA).  So, it's not about Linux, but can you
  69.      afford to ignore it?
  70.  
  71.      Linux Kernel Hacker's Guide; Johnson, Michael K.; Linux Documentation
  72.      Project; FTP sites (see end of document); 1993.
  73.  
  74.      Linux kernel programming; about six authors; Addison-Wesley.
  75.  
  76.      Operating Systems, Design and Implementation; Tanenbaum, Andrew S.;
  77.      Prentice-Hall; 1987.  [sugg. by Alan Cox]
  78.  
  79.      Porting Unix to the 386; Jolitz, William F., and Jolitz, Lynne G.;
  80.      Dr. Dobb's Journal; Jan 1991-July 1992.
  81.      
  82. IV. System Calls
  83.  
  84.     The Posix.1 Standard: A Programmer's Guide; Zlotnick, Fred; Benjamin/
  85.     Cummings; ISBN 0-8053-9605-5; 379pp.; 1991; $35.95 (USA).  When I
  86.     complained about the lack of Section 2 man pages in Linux, somebody
  87.     told me just to get a POSIX book, because that's what Linux does.
  88.     I like this book because I'm not a professional programmer and the
  89.     author gives copious explanations and examples.  
  90.  
  91.  
  92. V. Networking
  93.  
  94.    Unix Network Programming; Stevens, W. Richard; PTR Prentice Hall;
  95.    ISBN 0-13-949876-1; 772 pp.; $54 (USA).  Everything you might want to
  96.    know about the subject, and some things you probably don't want to
  97.    know (really, XNS!?).
  98.  
  99.    Linux Networking Guide; Kirch, Olaf; Linux Documentation Project; FTP
  100.    sites (see end of this document); 1993.
  101.  
  102.    TCP/IP Network Adminstration; Hunt, Craig; O'Reilly Associates;
  103.    ISBN 0-937175-82-X; 1992. [sugg. by Kurt M. Hockenbury]
  104.  
  105.    Internetworking With TCP/IP: Volume 1, Principles, Protocols, and
  106.    Architecture; Comer, E. Douglas; Prentice-Hall; ISBN 0-13-474321-0;
  107.    2nd ed. [sugg. by Phil Packer]  [Alan Cox suggests all 3 volumes
  108.    in this series] [Somebody else thought the Stevens book was better.]
  109.  
  110.    Computer Networks (2nd Edition); Tanenbaum, Andrew S.; Prentice Hall;
  111.    1988.  [sugg. by Alan Cox]
  112.  
  113.    Sendmail; Costales, Bryan, with Allman, Eric & Rickert, Neil; O'Reilly;
  114.    ISBN 1-56592-056-2; 1993; 830 pp; $32.95
  115.  
  116.    DNS and BIND; Albitz, Paul, and Liu, Cricket; O'Reilly; ISBN 1-56592-010-4;
  117.    1992; 418 pp; $29.95.   But note that the BIND Operations Guide included
  118.    in the latest release of BIND obsoletes some of this material.
  119.  
  120.    Firewalls & Internet Security; Cheswick, William R. & Bellovin, Steven M.;
  121.    Addison-Wesley; ISBN 0-201-63357-4.
  122.  
  123.    TCP/IP Illustrated. Vol. 1; Stevens, W. Richard.
  124.  
  125. VI.a  General Unix (or hard-to-classify)
  126.  
  127.    Unix in a Nutshell; Gilly, Daniel et al.; O'Reilly Assoc.; 2nd Ed. 1992;
  128.    ISBN 1-56592-001-5; 444 pp. $9.95.  "...a complete reference containing
  129.    all commands and options, along with generous descriptions and examples..."
  130.  
  131.    Bell System Technical Journal, July-August 1978, Vol. 57, No. 6, part 2;
  132.    AT&T; 416 pp.  Many papers on Unix, including Ritchie & Thompson,
  133.    "The UNIX Time Sharing System"; Thompson, "UNIX Implementation";
  134.    Ritchie, "A Retrospective"; Bourne, "The UNIX Shell"...
  135.  
  136.    The UNIX-haters Handbook, complete with barf bag.  I was going to omit this,
  137.    but since Olaf Kirch suggested it, ...
  138.  
  139.    Linux from PC to Workstation; Springer Verlag. [said to be available in
  140.    German and English]
  141.    Linux, Unleashing the Workstation in Your PC; Strobel, Stefan, & Uhl,
  142.    Thomas; Springer-Verlag; 1994. [might be the same book as the above]
  143.  
  144.    Linux Users Handbook; Mueller, Martin & Hetze, Sebastian; ftp sites.
  145.  
  146.    The Linux Primer - the Latest UNIX Environment for PCs; Hiroshi, Koyama,
  147.    Yasushi, Saito, Hiroshi, Sasaka, and Tomoyuki, Nakagome; Addison Wesley
  148.    Japan; ISBN 4-7952-9652-9; 1995; 415 pp; Y4,800.  With CD-ROM.
  149.  
  150.    UNIX for the Impatient; Abrahams & Larson.
  151.  
  152.    UNIX System V Release 4, An Introduction - For New and Experienced Users;
  153.    Osborne; Mc-Graw Hill; ISBN 0-07-881552-5.
  154.    
  155.    Running Linux; Welsh, Matt, & Kaufman, Lar; O'Reilly; ISBN 1-56592-100-3;
  156.    1995; 600pp; $24.95.  "Everything you need in order to understand, install,
  157.    and use the Linux operating system."
  158.  
  159. VI.b  General (or hard-to-classify) (non-Unix)
  160.  
  161.    The Mythical Man Month, Essays on Software Engineering; Brooks, Frederick
  162.    P.; Addison Wesley;  1975.  "This I'd recommend not for its technical
  163.    value but for its application of common sense and reality to computing
  164.    projects." [Alan Cox] (Ah, yes.  What if Linus had been given 200
  165.    programmers and had been told to produce Linux in 3 months!)
  166.    
  167. VII. System Installation
  168.  
  169.      Linux Installation and Getting Started; Welsh, Matt; Linux Documentation
  170.      Project; FTP sites (see end of this document); 175 pp.; 1994.
  171.  
  172.      Using Linux; QUE; ISBN 0-7897-0100-6; 1995
  173.  
  174. VIII. System Administration
  175.  
  176.      Linux System Administrator's Guide; Wirzenius, Lars;  Linux
  177.      Documentation Project; FTP sites (see end of document); 1993.
  178.  
  179.      Essential System Administration; Frisch, Aileen; O'Reilly Associates;
  180.      ISBN 0-937175-80-3; 2nd ed, 1995; 788 pp; $32.95.
  181.  
  182.      Unix System Administration Handbook; Nemeth et al; Prentice-Hall
  183.  
  184.      Linux Anwender Handbuch; Hetze, S. et al; Lunetix. [German language]
  185.  
  186. IX. Security
  187.  
  188.     Practical Unix Security; Garfinkel, Simpson, and Spafford, Gene;
  189.     O'Reilly Associates; ISBN 0-937175-72-2; 1991. [sugg. by Kurt M. 
  190.     Hockenbury and Ronald P. Miller] "Some overlap with Essential System
  191.     Admin., but all in all a solid book on security, especially for those
  192.     aspiring to allow multiple-user, dial-up/net access to their Linux boxes."
  193.     [Miller]
  194.  
  195.  
  196. X.  Programming and Programming Languages
  197.  
  198.     The Unix Programming Environment; Kernighan, Brian, and Pike, Rob;
  199.     Prentice-Hall; ISBN 0-13-937681-X; 1984. [sugg. by Kurt M.
  200.     Hockenbury]
  201.  
  202.     The C Programming Language; Kernighan, Brian, and Ritchie, Dennis;
  203.     Prentice-Hall; ISBN 0-13-110362-8; 2nd ed. 1988.  [sugg. by Kurt M.
  204.     Hockenbury]
  205.  
  206.     sed & awk; Doughterty, Dale; O'Reilly; ISBN 0-937175-59; 1990; 414pp.;
  207.     $27.95.
  208.  
  209.     lex & yacc; Levine, John, Mason, Tony, & Brown, Doug; O'Reilly;
  210.     ISBN 1-56592-000-7; 2nd ed 1992; 366 pp; $29.95 [This edition also
  211.     covers bison and flex.]
  212.  
  213.     Programming Perl; Wall, Larry, & Schwartz, Randal L.; O'Reilly;
  214.     ISBN 0-937175-64-1; 1991; 482 pp; $29.95.
  215.  
  216.     Learning Perl; Schwartz, Randal L.; O'Reilly; ISBN 1-56592-042-2;
  217.     1993; 274 pp; $24.95
  218.  
  219.     Advanced Programming in the UNIX Environment; Stevens, W. Richard;
  220.     Addison-Wesley;
  221.  
  222.     POSIX Programmer's Guide; Lewine, Donald; O'Reilly; ISBN 0-937175-73-0;
  223.     640 pp; $34.95
  224.  
  225.     C++ Primer; Lippman; Addison-Wesley
  226.  
  227.     Effective C++; Myers, Scott; Addison-Wesley
  228.  
  229.     Deep C Secrets [or something like that]; Libes, Don
  230.  
  231.     Object-Oriented Programming, An Evolutionary Approach; Cox, Brad J., &
  232.     Novobilski, Andrew J.; Addison-Wesley; ISBN 0-201-54834-8.  [The standard
  233.     book for Objective-C.]
  234.  
  235.     Advanced Programming in the Unix Environment.
  236.  
  237.     The C Companion; Holub, Allan.
  238. XI. Text Formatting and Typesetting
  239.  
  240.     The TeXbook, Volume A of Computers and Typesetting; Knuth, Donald A.;
  241.     Addison-Wesley; 1986.  "The definitive user's guide and complete
  242.     reference manual for TeX.  Probably not needed for casual LaTeX use,
  243.     but a fascinating book nonetheless." [Bruce Thompson]
  244.  
  245.     The METAFONT book, Volume C of Computers and Typesetting; Knuth, Donald
  246.     A.; Addison-Wesley; 1986. "The definitive user's guide and reference
  247.     manual for METAFONT, the companion program to TeX for designing fonts.
  248.     An excellent work if you're planning to design your own fonts for use
  249.     in TeX and LaTeX.  METAFONT is included with the normal TeX/LaTeX
  250.     distribution." [Bruce Thompson]
  251.  
  252.     LaTeX, A Document Preparation System, User's Guide and Reference
  253.     Manual; Lamport, Leslie; Addison-Wesley; 1985.  "The ultimate
  254.     reference on LaTeX 2.09 by its author.  A new edition covering
  255.     LaTeX2e (the version included in the current TeX/LaTeX distribution)
  256.     is in preparation.  LaTeX 2.09 is fully supported by LaTeX2e.  A
  257.     must for anyone wanting to use LaTeX.  Provides a gentle introduction
  258.     to document preparation and the various tools that LaTeX provides
  259.     for producing professional quality documents.  Lots of examples."
  260.     [Bruce Thompson]
  261.  
  262.     The LaTeX Companion; Goossens, Michael, Mittlebach, Frank, and Samarin,
  263.     Alexander; Addison-Wesley; ISBN 0-201-54199-8; 530pp.; 1994. "'If you
  264.     are one of those users who would like to know how LaTeX can be
  265.     extended to create the nicest documents possible without becoming a
  266.     (La)TeX guru, then this book is for you' --- from the Preface.  A
  267.     very nice book providing a lot of information about the new
  268.     extensions to LaTeX, provides a large number of examples showing
  269.     precisely how your document's layout can be manipulated" [Bruce
  270.     Thompson]
  271.  
  272. XII. Graphics
  273.  
  274.     Tck/Tk; Ousterhout, John K.
  275.  
  276.     The X Window System in a Nutshell; Cutler, Ellie, Gilly, Daniel, & O'Reilly,
  277.     Tim, eds.; O'Reilly; ISBN 1-56592-017-1; 2nd ed. 1992; 424 pp; $19.95.
  278.     [but X changes rapidly, so this may be fairly out of date]
  279.  
  280.     O'Reilly series on X, esp. the Motif volumes.
  281.  
  282. XIII. Inclusions
  283.  
  284.      Note: most if not all of the files mentioned here can be obtained from
  285.      host rtfm.mit.edu.
  286.  
  287.      Linux HOWTO files, posted periodically to comp.os.linux.*
  288.  
  289.      Unix FAQ files.
  290.  
  291.      Concise Guide to Unix Books, posted periodically to misc.books.technical
  292.      and various comp.unix groups.
  293.  
  294. XIV. Periodicals
  295.  
  296.       Linux Journal is a monthly publication covering the Linux
  297.       Community.  The first issue was sent out in February, 1994.
  298.  
  299.       Subscriptions:
  300.       Introductory subscription rates are $19/year.  Payment can be
  301.       made using VISA, MasterCard or American Express (make sure you
  302.       include the credit card number, expiration date and signature).
  303.       We can also accept checks in U.S. dollars drawn on a U.S. bank.
  304.       If you have a question concerning appropriate method of payment,
  305.       phone or FAX our subscription numbers or send e-mail to
  306.       subscriptions@fylz.com
  307.  
  308.        Send subscriptions orders to:
  309.            Linux Journal
  310.            P.O. Box 85867
  311.            Seattle, WA 98145-1867
  312.        or FAX them to (206) 526-0803.
  313.  
  314.       [Phil Hughes E-mail: linux@fylz.com   Phone: +1 206 524 8338] 
  315.  
  316.     (The above is not meant as an advertisement or endorsement of a
  317.     particular publication; it's just that I think it's pretty exciting
  318.     that Linux has reached a level of popularity and maturity such that
  319.     someone believes the market can support a magazine devoted to it.)
  320.  
  321.     i'x [a German magazine, focusing on multi-user, multi-tasking system,
  322.     usually containing some artciles on Linux]
  323.  
  324.     For a while there was a LinuxNews electronically-published newsletter,
  325.     but it seems to have ceased publication.
  326.  
  327. Finding Stuff On-Line:
  328.  
  329.     For people with ftp access to the Internet, the main Linux archive sites
  330.     in the U.S. are sunsite.unc.edu and tsx-11.mit.edu.  The Linux
  331.     Documentation Project work-in-progress is to be found in
  332.     sunsite.unc.edu:/pub/Linux/docs/LDP   The file LDP-Manifesto describes
  333.     the project.  Matt Welsh, mdw@sunsite.unc.edu is the contact person
  334.     for LDP.
  335.  
  336.     The site appropriately named  rtfm.mit.edu  holds archives of FAQ
  337.     (Frequently-Asked-Questions) and HOWTO files from just about every
  338.     Usenet news group in existence.  From here you can obtain copies of
  339.     the various Linux HOWTO files that are posted from time to time in
  340.     newsgroups of the comp.os.linux hierarchy.
  341.  
  342.     For those without ftp access there are a number of BBSes containing
  343.     information about Linux.  A list of these is posted from time to time
  344.     on comp.os.linux.announce.
  345.  
  346. Off-Line:
  347.  
  348.     A number of software publishers are issuing Linux on CD-ROM.  Somebody
  349.     tell me which if any of these are including documentation such as the
  350.     LDP manuals on the CD.
  351.  
  352.     And then you can always buy one of the commercially-published books
  353.     above and take it with you to the beach.  The idea for this list really
  354.     originated with, "what can you buy at the local software emporium
  355.     or book store when you need to learn something that you can't get
  356.     from the on-line manual pages or from the net?"
  357.